home *** CD-ROM | disk | FTP | other *** search
/ The Complete Work of Mahatma Gandhi / The Complete Work of Mahatma Gandhi-CD interactive.iso / mac / Ganmac / e0000.cst / 00097_Script_97 < prev    next >
Text File  |  1999-09-22  |  321b  |  13 lines

  1. on mouseUp
  2.   set yy to the clickon
  3.   if yy > 0 then
  4.     set xx to the name of member(the membernum of sprite yy) of castLib "e0000.cst"
  5.  
  6.     set the membernum of sprite yy to the number of member ("r"&xx) of castLib "e0000.cst"
  7.     updateStage
  8.     --    go to frame "xx" of movie "av000"
  9.     
  10.   end if
  11.   
  12. end
  13.